home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0457.ZIP / RELEASE.NOT < prev    next >
Text File  |  1987-03-01  |  8KB  |  504 lines

  1.  
  2.  
  3.  
  4.                          ROS version 3.61 Release Notes
  5.  
  6.  
  7.         This short document lists the changes and additions available in 
  8.         ROS 3.61 and only supplements the more complete documentation 
  9.         available with version 3.6.  Please refer to the ROSOPS.DOC for 
  10.         more information.
  11.  
  12.         ROS version 3.61 corrects all known Xmodem protocol transfer 
  13.         problems that were present in version 3.6, fixes some other minor 
  14.         bugs, and adds several new features.  Internal "flow" changes 
  15.         have been made to improve operation and appearance.  
  16.  
  17.         No changes to the system data files are required, so you should 
  18.         be able to run 3.61 right away.  Just in case something catas-
  19.         trophic happens, please back-up your current system before you 
  20.         start.
  21.  
  22.         Specific changes are described in subsequent paragraphs.
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.                           Interrupt Driven I/O Drivers
  73.  
  74.         Communications port I/O is now fully interrupt driven (thanks to 
  75.         Blaise Computing and their excellent tools) which improves the 
  76.         user response and makes the system much more amenable to multi-
  77.         tasking.  Currently, the only multi-tasking environment that ROS 
  78.         is "aware" of is DESQview, but others should be added in the near 
  79.         future.
  80.  
  81.         The communications port driver uses a separate program, LCOMX.EXE 
  82.         which MUST BE RUN FIRST.  If not, ROS will issue an error message 
  83.         and quit.  This RAM resident program should be installed from the 
  84.         AUTOEXEC.BAT file.  It needs to be run only once, regardless of 
  85.         how many times ROS is brought up and down (without doing a warm 
  86.         or cold boot), and is also capable of supporting two copies of 
  87.         ROS simultaneously, e.g. under DESQview.  In other words, this 
  88.         program is RAM resident and should be run exactly one time each 
  89.         time the computer is brought up from a warm or cold boot.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.                                    Status Line
  139.  
  140.         Several changes have been made to the status line.  Instead of 
  141.         cramming the access level, time on, and time left into one block, 
  142.         the time on and time left are separated with a diamond in one 
  143.         block.  The access level is by itself in the next block to the 
  144.         right.  The pulse indicator is now the time of day which alter-
  145.         nates highlights to keep the screen from burning.
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.                              Command Line Parameters
  205.  
  206.         Three command line parameters are available in this version:
  207.  
  208.         /D   instructs ROS to ignore modem responses and clear-to-send 
  209.              (CTS) to assist in direct connections, i.e. directly 
  210.              connected to another computer instead of through a modem.
  211.  
  212.         /M   enables modem input and output display on line 24 of the 
  213.              display.  This is very useful when first setting ROS up with 
  214.              a new modem.  The left half of the line shows output to the 
  215.              modem, the right displays the modem responses (arrows in the 
  216.              middle of the line assist in remembering which is which).
  217.  
  218.         /O=x allows the sysop to specify a path to the ROS overlay files 
  219.              (ROS.00?).  If this parameter is omitted, ROS will try to 
  220.              find its overlay files in the default (current) directory.  
  221.              The value "x" may be set to any valid sub-directory on any 
  222.              disk drive, including a RAM disk.
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.                                   New Commands
  271.  
  272.              Expert Mode Toggle:
  273.  
  274.         Users may now enter an "X" to toggle expert mode on and off, i.e. 
  275.         help level 1 or 3.  As sysop, you will still enter the sysop sub-
  276.         system.  While there, an "X" will have the same response as for 
  277.         the users.
  278.  
  279.              Version Display:
  280.  
  281.         While in the sysop sub-system, enter a "V" for version.  ROS will 
  282.         display its internal version number, that of DOS, and of DESQview 
  283.         if present (other multi-tasking shells will soon be supported 
  284.         here as well).
  285.  
  286.              Time Initiated Macros:
  287.  
  288.         This first implementation of time initiated macros is very sim-
  289.         plistic: at midnight (or after the caller logged in at midnight 
  290.         logs out), ROS will check the macro file for a line beginning 
  291.         with a colon (":").  If it finds such a line, it will start 
  292.         execution.  The macro, starting with the first character after 
  293.         the colon, will be played back to the system just as if the 
  294.         characters were coming from a remote site or from the local 
  295.         console.
  296.  
  297.         Since the system expects a valid login, you must include a user 
  298.         name and password in the macro.
  299.  
  300.         In this "Internal Login" mode, the pagination line counter is 
  301.         disabled so that ROS does not have to wait for a "More" response.
  302.  
  303.         A sample macro file, MACRO.ROS, demonstrates time initiated mac-
  304.         ros.  This macro file logs in, purges all the system files, 
  305.         builds a system directory, and logs out.  You will have to add 
  306.         your own password in where it says "PASSWORD."
  307.  
  308.         The F7 function key may be used to simulate the passage of mid-
  309.         night to facilitate testing of your macro.
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.              DOS Shelling:
  337.  
  338.         DOS shelling is available in the sysop sub-system by pressing "J" 
  339.         for <J>ump to DOS.  If logged in remotely, ROS will require a 
  340.         batch file name.  If local, you may either enter a batch file 
  341.         (ROS will assume a file extent of ".BAT" if not specified) or 
  342.         simply press <RET>.  While in DOS, you may execute any normal DOS 
  343.         command (be careful with the ROS system files - they are still 
  344.         open!).  After all DOS commands have been completed, type "exit" 
  345.         to return to ROS where you left off.
  346.  
  347.         Using the DOS shell command remotely:
  348.  
  349.         DOS has an internal command "CTTY" which redirects standard 
  350.         console I/O to the specified device.  Normally, this device will 
  351.         be COMx where "x" is either 1 or 2, indicating the COM port that 
  352.         ROS was using.  For example, if your batch file contains the 
  353.         single line "CTTY COM1", when you jump to DOS remotely and tell 
  354.         DOS to execute this batch file, you will still have access to 
  355.         your computer even though you are now running DOS!  When you have 
  356.         completed your work in DOS, type "EXIT" to return to ROS where 
  357.         you left off.  CAUTION: to re-establish interrupt driven I/O with 
  358.         the Comm port, ROS has to close the port and then open it again.  
  359.         This will briefly drop DTR which may hang up the modem if it is 
  360.         set to respond to DTR.  If you need access to DOS remotely, you 
  361.         will need to set your modem so that it does not respond to the 
  362.         loss of DTR by hanging up.
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.                                      Errors
  403.  
  404.         Apparently ROS does not get along very well with an EGA.  The 
  405.         incompatibility does not affect the remote user, nor does it 
  406.         cause any serious problems, but the local console can get messy.  
  407.         The problem will be corrected as soon as possible.
  408.  
  409.         To the best of my knowledge, 3.61 is very solid (except as noted 
  410.         above), but there is always a chance for undiscovered problems.  
  411.         If you have problems with the installation, or if your users have 
  412.         problems (especially with a particular modem package), please let 
  413.         me know.
  414.  
  415.                   Steve
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463. now.
  464.  
  465.                   Steve
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.